Get-GSGmailLanguageSettings¶
SYNOPSIS¶
Gets Gmail display language settings
SYNTAX¶
Get-GSGmailLanguageSettings [[-User] <String[]>] [<CommonParameters>]
DESCRIPTION¶
Gets Gmail display language settings
EXAMPLES¶
EXAMPLE 1¶
Get-GSGmailLanguageSettings -User me
Gets the Gmail display language for the AdminEmail user.
PARAMETERS¶
-User¶
The user to get the Gmail display language settings for.
Defaults to the AdminEmail user.
Type: String[] Parameter Sets: (All) Aliases: PrimaryEmail, UserKey, Mail Required: False Position: 1 Default value: $Script:PSGSuite.AdminEmail Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.